Home
last modified time | relevance | path

Searched refs:at_char (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc53 at_char,
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc211 *cp++ = (int) at_char; in execute_parallel()
240 if ((commands[i][0] == (int) at_char) || in execute_parallel()
623 if ((commands[tmp_index][0] != (int) at_char) && in distribute_process()
624 (commands[tmp_index][1] != (int) at_char)) { in distribute_process()
1791 while ((**commands == (int) at_char) || in run_rule_commands()
1794 if (**commands == (int) at_char) { in run_rule_commands()
H A Ddoname.cc2379 case at_char: in build_command_strings()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h71 at_char = '@', enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2579 char *at_char = "@"; in modop() local
2597 if (*arg_str == *at_char) { in modop()
2602 mod.mod_name = strtok(arg_str, at_char); in modop()
2626 if ((pos_p = strtok(NULL, at_char)) == NULL) { in modop()