Searched refs:place (Results 1 - 25 of 340) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tradcpp/dist/
H A Deval.h32 bool eval(struct place *p, char *expr);
H A Dmacro.h33 struct place;
38 void macro_define_plain(struct place *, const char *macro,
39 struct place *, const char *expansion);
40 void macro_define_params(struct place *, const char *macro,
41 struct place *, const char *params,
42 struct place *, const char *expansion);
43 void macro_define_magic(struct place *, const char *macro);
47 char *macroexpand(struct place *, const char *buf, size_t len,
50 void macro_sendline(struct place *, const char *buf, size_t len);
51 void macro_sendeof(struct place *);
[all...]
H A Dfiles.h30 struct place;
38 void file_readquote(struct place *, const char *name);
39 void file_readbracket(struct place *, const char *name);
40 void file_readabsolute(struct place *, const char *name);
H A Dplace.h41 struct place { struct
51 void place_setnowhere(struct place *p);
52 void place_setbuiltin(struct place *p, unsigned num);
53 void place_setcommandline(struct place *p, unsigned word, unsigned column);
54 void place_setfilestart(struct place *p, const struct placefile *pf);
56 void place_addcolumns(struct place *, unsigned cols);
57 void place_addlines(struct place *, unsigned lines);
59 const char *place_getname(const struct place *);
60 const char *place_getparsedir(const struct place *incplace);
61 bool place_eq(const struct place *, cons
[all...]
H A Ddirective.h32 #include "place.h"
36 * the place in the current line
40 struct place current;
41 struct place nextline;
48 void directive_goteof(struct place *p);
H A Doutput.h30 void output(const struct place *p, const char *buf, size_t len);
/netbsd-current/sys/arch/i386/stand/libsa/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-current/sys/arch/arc/stand/boot/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dgetopt.c54 static char *place = EMSG; /* option letter processing */ local
57 if (optreset || !*place) { /* update scanning pointer */
59 if (optind >= nargc || *(place = nargv[optind]) != '-') {
60 place = EMSG;
63 if (place[1] && *++place == '-') { /* found "--" */
65 place = EMSG;
69 if ((optopt = (int)*place++) == (int)':' ||
77 if (!*place)
85 if (!*place)
[all...]
/netbsd-current/usr.bin/pr/
H A Degetopt.c75 static char *place = EMSG; /* option letter processing */ local
82 *place = savec;
86 if (!*place) {
91 ((*(place = nargv[eoptind]) != '-') && (*place != '+'))) {
92 place = EMSG;
96 delim = (int)*place;
97 if (place[1] && *++place == '-' && !place[
[all...]
/netbsd-current/lib/libc/stdlib/
H A Dgetopt.c65 static const char *place = EMSG; /* option letter processing */ local
71 if (optreset || *place == 0) { /* update scanning pointer */
73 place = nargv[optind];
74 if (optind >= nargc || *place++ != '-') {
76 place = EMSG;
79 optopt = *place++;
80 if (optopt == '-' && *place == 0) {
83 place = EMSG;
89 place = EMSG;
95 optopt = *place
[all...]
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dcommandline.c102 static char *place = ENDOPT; local
111 if (isc_commandline_reset || *place == '\0') {
121 *(place = argv[isc_commandline_index]) != '-') {
125 place = ENDOPT;
129 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
135 place = ENDOPT;
140 isc_commandline_option = *place++;
149 if (*place
[all...]
/netbsd-current/external/bsd/libevent/dist/WIN32-Code/
H A Dgetopt.c90 static char *place = EMSG; /* option letter processing */ local
97 if (optreset || !*place) { /* update scanning pointer */
99 if (optind >= nargc || *(place = nargv[optind]) != '-') {
100 place = EMSG;
103 if (place[1] && *++place == '-' /* found "--" */
104 && place[1] == '\0') {
106 place = EMSG;
110 if ((optopt = (int)*place++) == (int)':' ||
118 if (!*place)
[all...]
/netbsd-current/external/bsd/libpcap/dist/missing/
H A Dgetopt.c63 static char *place = EMSG; /* option letter processing */ local
72 if (optreset || !*place) { /* update scanning pointer */
74 if (optind >= nargc || *(place = nargv[optind]) != '-') {
75 place = EMSG;
78 if (place[1] && *++place == '-') { /* found "--" */
80 place = EMSG;
84 optopt = (int)*place++;
86 if (!*place)
101 if (!*place)
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetopt.c62 static char *place = EMSG; /* option letter processing */ local
66 if (optreset || !*place) { /* update scanning pointer */
68 if (optind >= nargc || *(place = nargv[optind]) != '-') {
69 place = EMSG;
72 if (place[1] && *++place == '-') { /* found "--" */
74 place = EMSG;
78 if ((optopt = (int)*place++) == (int)':' ||
86 if (!*place)
100 if (!*place)
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dgetopt.c62 register const char *place; local
89 for (place = optstring; place != NULL && *place != '\0'; ++place)
90 if (*place == c)
93 if (place == NULL || *place == '\0' || c == ':' || c == '?') {
97 place++;
98 if (*place
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgen-win32.h95 static char *place = ENDOPT; local
102 if (isc_commandline_reset || *place == '\0') {
110 *(place = argv[isc_commandline_index]) != '-')
115 place = ENDOPT;
119 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
125 place = ENDOPT;
130 isc_commandline_option = *place++;
139 if (*place
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dcommandline.c86 static char *place = ENDOPT; local
95 if (isc_commandline_reset || *place == '\0') {
106 *(place = argv[isc_commandline_index]) != '-')
111 place = ENDOPT;
115 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
121 place = ENDOPT;
126 isc_commandline_option = *place++;
135 if (*place
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dcommandline.c86 static char *place = ENDOPT; local
95 if (isc_commandline_reset || *place == '\0') {
106 *(place = argv[isc_commandline_index]) != '-')
111 place = ENDOPT;
115 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
121 place = ENDOPT;
126 isc_commandline_option = *place++;
135 if (*place
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dfarcall-b-none-function.s4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
H A Dfarcall-b.s4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
H A Dfarcall-bl-none-function.s4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
H A Dfarcall-bl.s4 # We will place the section .text at 0x1000.
12 # We will place the section .foo at 0x8001000.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dbf.s4 @ We will place the section .text at 0x1000.
12 @ We will place the section .foo at 0x1001000.

Completed in 204 milliseconds

1234567891011>>