OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STPUTC
(Results
1 - 9
of
9
) sorted by relevancy
/src/bin/sh/
cd.c
208
STPUTC
('/', p);
216
STPUTC
('/', p);
220
STPUTC
(*q++, p);
321
STPUTC
(*p++, new);
329
STPUTC
('/', new);
331
STPUTC
(*p++, new);
335
STPUTC
('/', new);
expand.c
202
STPUTC
('\0', expdest);
292
STPUTC
(c, expdest);
297
STPUTC
(c, expdest);
301
STPUTC
('\n', expdest); /* no line_number++ */
309
STPUTC
(c, expdest);
315
STPUTC
(c, expdest);
317
STPUTC
(c, expdest);
363
STPUTC
(c, expdest);
377
STPUTC
(c, expdest);
428
STPUTC
(c, user)
[
all
...]
memalloc.h
72
#define
STPUTC
(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c)))
parser.c
896
STPUTC
(c, out);
914
STPUTC
(c, out);
917
STPUTC
(c, out);
922
STPUTC
(c, out); /* keep the char */
937
STPUTC
('\0', out);
957
STPUTC
(CTLNONL, str);
1482
STPUTC
('\\', out);
1502
STPUTC
(pc, out);
1504
STPUTC
('\0', out);
1568
STPUTC
(CTLBACKQ | CTLQUOTE, out)
[
all
...]
miscbltin.c
336
STPUTC
(c, p);
343
STPUTC
(c, p);
357
STPUTC
(c, p);
368
STPUTC
(c, p);
382
STPUTC
('\0', p);
arithmetic.c
487
STPUTC
(*p++, concat);
490
STPUTC
(' ', concat);
492
STPUTC
('\0', concat);
histedit.c
914
STPUTC
(*r++, dest);
918
STPUTC
(*s++, dest);
920
STPUTC
('\0', dest);
eval.c
196
STPUTC
(*p++, concat);
199
STPUTC
(' ', concat);
201
STPUTC
('\0', concat);
exec.c
304
STPUTC
(c, outp);
306
STPUTC
('\0', outp);
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025