| /third_party/uapp/dash/src/ |
| A D | mkinit.c | 73 struct text { struct 82 char text[BLOCKSIZE]; argument 392 addstr(char *s, struct text *text) in addstr() argument 404 addchar(int c, struct text *text) in addchar() argument 411 text->start = bp; in addchar() 414 text->last = bp; in addchar() 415 text->nextc = bp->text; in addchar() 418 *text->nextc++ = c; in addchar() 425 writetext(struct text *text, FILE *fp) in writetext() argument 430 for (bp = text->start ; bp != text->last ; bp = bp->next) { in writetext() [all …]
|
| A D | var.h | 58 const char *text; /* name=value */ member 69 const char *text; /* saved text */ member 111 #define ifsval() (vifs.text + 4) 113 #define mailval() (vmail.text + 5) 114 #define mpathval() (vmpath.text + 9) 115 #define pathval() (vpath.text + 5) 116 #define ps1val() (vps1.text + 4) 117 #define ps2val() (vps2.text + 4) 118 #define ps4val() (vps4.text + 4) 119 #define optindval() (voptind.text + 7) [all …]
|
| A D | var.c | 178 vps1.text = "PS1=# "; in initvar() 257 n = vp->text; in setvareq() 269 ckfree(vp->text); in setvareq() 295 vp->text = s; in setvareq() 507 lvp->text = vp->text; in mklocal() 548 if (vp->text == lvp->text) in poplocalvars() 551 ckfree(lvp->text); in poplocalvars() 562 ckfree(lvp->text); in poplocalvars() 566 unsetvar(vp->text); in poplocalvars() 571 ckfree(vp->text); in poplocalvars() [all …]
|
| A D | parser.c | 361 n2->narg.text = wordtext; in command() 398 n2->narg.text = wordtext; in command() 417 ap->narg.text = wordtext; in command() 512 n->narg.text = wordtext; in simplecmd() 539 name = n->narg.text; in simplecmd() 549 n->ndefun.text = n->narg.text; in simplecmd() 581 n->narg.text = wordtext; in makename() 592 if (is_digit(text[0]) && text[1] == '\0') in fixredir() 594 else if (text[0] == '-' && text[1] == '\0') in fixredir() 661 n->narg.text = wordtext; in parseheredoc() [all …]
|
| A D | eval.c | 409 setvar(n->nfor.var, sp->text, 0); in evalfor() 443 if (casematch(patp, arglist.list->text)) { in evalcase() 534 redir->nfile.expfname = fn.list->text; in expredir() 540 fixredir(redir, fn.list->text, 1); in expredir() 761 TRACE(("evalcommand arg: %s\n", sp->text)); in evalcommand() 762 *nargv++ = sp->text; in evalcommand() 775 path = vpath.text; in evalcommand() 783 mklocal((*spp)->text); in evalcommand() 789 p = (*spp)->text; in evalcommand() 1018 if (goodname(n->ncmd.args->narg.text)) in prehash() [all …]
|
| A D | expand.c | 194 argstr(arg->narg.text, flag); in expandarg() 213 sp->text = p; in expandarg() 1123 sp->text = start; in ifsbreakup() 1145 sp->text = start; in ifsbreakup() 1196 if (p != str->text) 1212 rmescapes(str->text); 1265 int i = strlen(str->text); in expandmeta() 1271 if (p != str->text) in expandmeta() 1280 rmescapes(str->text); in expandmeta() 1422 sp->text = sstrdup(name); in addfname() [all …]
|
| A D | nodes.h | 103 char *text; member 111 char *text; member
|
| A D | nodes.c | 183 funcstringsize += strlen(n->ndefun.text) + 1; 187 funcstringsize += strlen(n->narg.text) + 1; 288 new->ndefun.text = nodesavestr(n->ndefun.text); 293 new->narg.text = nodesavestr(n->narg.text); 428 encodestring(n->ndefun.text); in encodenode() 433 encodestring(n->narg.text); in encodenode() 534 n->ndefun.text = decodestring(); in decodenode() 538 n->narg.text = decodestring(); in decodenode()
|
| A D | expand.h | 41 char *text; member
|
| A D | TOUR | 146 The text field of a NARG structure points to the text of the 157 CTLVAR type name '=' [ alternative-text CTLENDVAR ] 163 VSMINUS ${var-text} 164 VSMINUS|VSNUL ${var:-text} 165 VSPLUS ${var+text} 166 VSPLUS|VSNUL ${var:+text} 167 VSQUESTION ${var?text} 168 VSQUESTION|VSNUL ${var:?text} 169 VSASSIGN ${var=text} 170 VSASSIGN|VSNUL ${var=text} [all …]
|
| A D | nodetypes | 49 # The last two types should be followed by the text of a C declaration for 113 text string 119 text string # the text of the word
|
| A D | miscbltin.c | 100 rmescapes(sl->text); in readcmd_handle_line() 101 setvar(*ap, sl->text, 0); in readcmd_handle_line()
|
| /third_party/ulib/jemalloc/ |
| A D | .gitattributes | 1 * text=auto eol=lf
|
| /third_party/ulib/musl/src/math/aarch64/ |
| A D | fabs.S | 1 .text
|
| A D | fabsf.S | 1 .text
|
| A D | sqrt.S | 1 .text
|
| A D | sqrtf.S | 1 .text
|
| /third_party/ulib/musl/arch/x86_64/ |
| A D | Scrt1.S | 1 .text
|
| /third_party/ulib/musl/arch/aarch64/ |
| A D | Scrt1.S | 1 .text
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink-sancov.S | 9 .section .text._dynlink_sancov_trace_pc_guard,"ax",%progbits
|
| /third_party/lib/cortex-strings/src/aarch64/ |
| A D | strnlen.S | 55 .text 66 .text
|
| A D | strncmp.S | 33 .text 67 .text
|
| /third_party/lib/acpica/generate/unix/ |
| A D | readme.txt | 74 acpibin compares AML files, dumps AML binary files to text files, 75 extracts binary AML from text files, and other AML file 112 acpixtract is used to extract binary ACPI tables from the ASCII text
|
| /third_party/ulib/musl/src/ldso/x86_64/ |
| A D | tlsdesc.S | 1 .text
|
| /third_party/ulib/linenoise/ |
| A D | README.markdown | 35 * Linux text only console ($TERM = linux) 92 screen will be used, and as the user types more, the text will scroll towards 94 unlikely to write a lot of text, otherwise multi line editing, where multiple 107 to search and re-edit already inserted lines of text. 192 if no hint is available for the text the user currently typed. The returned 207 non-bold text is printed.
|