Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 25 of 119) sorted by relevance

12345

/original-bsd/old/sh/
H A Ddefs.h85 STRING make();
86 STRING movstr();
96 STRING *scan();
98 STRING macro();
99 STRING execs();
127 STRING *dolv;
175 STRING cmdadr;
178 STRING pcsadr;
179 STRING pidadr;
192 STRING tmpnam;
[all …]
H A Dservice.c27 STRING sysmsg[];
35 REG STRING ion;
69 STRING getpath(s) in getpath()
70 STRING s; in getpath()
72 REG STRING path;
96 STRING name;
114 STRING at[]; in execa()
129 STRING ap; in execs()
286 STRING at; in trim()
288 REG STRING p;
[all …]
H A Dargs.c32 STRING *argv; in options()
35 REG STRING cp;
36 REG STRING *argp=argv;
37 REG STRING flagc;
38 STRING flagp;
73 STRING argi[]; in setargs()
76 REG STRING *argp=argi;
90 REG STRING *argp;
106 STRING from[]; in copyargs()
109 REG STRING * np;
[all …]
H A Dname.c35 STRING w; in syslook()
39 REG STRING s;
70 STRING argi; in setname()
107 STRING v;
114 STRING v;
123 STRING v;
172 STRING *p; in assnum()
178 STRING make(v) in make()
179 STRING v; in make()
181 REG STRING p;
[all …]
H A Dstring.c20 STRING movstr(a,b) in movstr()
21 REG STRING a, b; in movstr()
29 STRING s;
42 REG STRING s1, s2; in cf()
53 STRING as; in length()
55 REG STRING s;
H A Dmode.h20 TYPE char *STRING; variable
95 STRING fnxt;
96 STRING fend;
97 STRING *feval;
108 STRING fnxt;
109 STRING fend;
110 STRING *feval;
116 STRING sysnam;
161 STRING fornam;
167 STRING swarg;
[all …]
H A Dname.h23 STRING namid;
24 STRING namval;
25 STRING namenv;
H A Dexpand.c34 STRING as; in expand()
39 STRING rescan = 0;
40 REG STRING s, cs;
79 REG STRING rs; rs=cs;
119 REG STRING s, p; in gmatch()
164 STRING as1, as2, as3; in addg()
166 REG STRING s1, s2;
H A Derror.c36 STRING s1, s2; in failed()
46 STRING s; in error()
71 REG STRING t; in done()
H A Dmacro.c22 LOCAL STRING copyto(endch) in copyto()
69 REG STRING argp, v;
71 STRING id=idb;
87 v=((c==0) ? cmdadr : (c<=dolc) ? dolv[c] : (STRING)(dolg=0));
152 STRING macro(as) in macro()
153 STRING as; in macro()
184 REG STRING argc; in comsubst()
H A Dprint.c37 STRING as; in prs()
39 REG STRING s;
88 STRING icp; in stoi()
/original-bsd/usr.bin/tip/
H A Dvars.c25 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
27 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
29 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC,
39 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
41 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
43 { "phones", STRING|INIT|IREMOTE, READ<<PUBLIC,
51 { "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
53 { "remote", STRING|INIT|IREMOTE, READ<<PUBLIC,
61 { "SHELL", STRING|ENVIRON|INIT, (READ|WRITE)<<PUBLIC,
63 { "HOME", STRING|ENVIRON, (READ|WRITE)<<PUBLIC,
[all …]
/original-bsd/usr.bin/ex/
H A Dex_data.c58 "directory", "dir", STRING, 0, 0, direct,
74 "paragraphs", "para", STRING, 0, 0, paragraphs,
81 "sections", "sect", STRING, 0, 0, sections,
82 "shell", "sh", STRING, 0, 0, shell,
89 "tags", "tag", STRING, 0, 0, tags,
/original-bsd/usr.bin/yacc/test/
H A Dftp.output435 STRING shift 70
445 STRING shift 72
545 STRING shift 94
829 STRING shift 94
839 STRING shift 94
849 STRING shift 94
868 STRING shift 94
897 STRING shift 94
907 STRING shift 94
923 STRING shift 94
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dgrap.y20 %token <p> STRING
81 | PRINT STRING { fprintf(stderr, "\t%s\n", $2); free($2); }
164 | expr STRING { savetick($1, $2); }
180 STRING
216 STRING sattrlist { $$ = makesattr($1, $2); }
261 | drawtype optname optdesc STRING { drawdesc($1, $2, $3, $4); }
262 | drawtype optname STRING optdesc { drawdesc($1, $2, $4, $3); }
280 STRING { copyfile($1); }
282 | UNTIL STRING { copyuntil($2); }
302 | STRING EQ STRING { $$ = strcmp($1,$3) == 0; free($1); free($3); }
[all …]
/original-bsd/old/adb/adb.vax/
H A Dformat.c21 STRING errflg;
29 STRING fphack;
37 STRING ifp;
39 STRING fp;
86 STRING
89 STRING ifp;
97 STRING fp;
278 STRING argp = lp; in shell()
279 STRING getenv(), shell = getenv("SHELL"); in shell()
H A Doutput.c28 REG STRING s1, s2; in eqstr()
30 REG STRING es1;
40 REG STRING s; in length()
51 STRING q;
100 STRING fmat; in printf()
101 STRING *a1;
103 STRING fptr, s;
239 REG STRING timeptr;
260 REG STRING *cp; in convert()
H A Dmode.h20 TYPE char *STRING; variable
52 STRING rname;
/original-bsd/old/adb/adb.tahoe/
H A Doutput.c28 REG STRING q;
78 STRING fmat; in printf()
79 STRING a1;
81 STRING fptr;
82 REG STRING s;
135 s=(STRING)lx; break;
181 REG STRING timeptr;
182 STRING ctime();
194 REG STRING *cp; in convert()
H A Dformat.c21 STRING errflg;
30 STRING ifp;
32 REG STRING fp;
77 STRING
80 STRING ifp;
88 REG STRING fp;
268 REG STRING argp = lp; in shell()
269 STRING getenv(), shell = getenv("SHELL"); in shell()
/original-bsd/usr.bin/pascal/pdx/machine/
H A Doptab.c20 { "nodump", PSUBOP, LWORD, HWORD, STRING },
22 { "beg", PSUBOP, LWORD, LWORD, HWORD, LWORD, STRING },
24 { "beg", PSUBOP, LWORD, LWORD, HWORD, HWORD, STRING },
158 { "lvcon", PSUBOP, STRING },
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Didyac.y20 %token NAME CONST STRING
80 |strstmt ';' {$$ = (int) stmtgen (STRING, (char *) $1);}
159 strstmt :LEFT STRING AT expr {$$ = (int) strgen (LEFT, (char *) $2, (EXPR) $4);}
160 |CENTER STRING AT expr {$$ = (int) strgen (CENTER, (char *) $2, (EXPR) $4);}
161 |STRING AT expr {$$ = (int) strgen (CENTER, (char *) $1, (EXPR) $3);}
162 |RIGHT STRING AT expr {$$ = (int) strgen (RIGHT, (char *) $2, (EXPR) $4);}
/original-bsd/old/sdb/
H A Dmain.c28 STRING errflg;
34 STRING symfil;
35 STRING corfil;
41 REG STRING *argv; in main()
H A Ddefs.h171 STRING exform();
190 STRING errflg;
196 STRING symfil;
197 STRING corfil;
/original-bsd/local/kerberosIV/compile_et/
H A Derror_table.y13 %token <dynstr> STRING QUOTED_STRING
26 table_id : STRING
40 | ERROR_CODE_ENTRY ec_name '=' STRING ',' description
48 ec_name : STRING

12345