/ast/src/lib/libexpr/ |
H A D | exexpr.c | 46 sym->lex = NAME;
|
H A D | Oexparse.h | 59 #define NAME 284 macro
|
H A D | extoken.c | 113 case NAME: 114 s = " NAME "; 434 case NAME: 615 exlval.id->lex = NAME; 649 case NAME:
|
H A D | exparse.y | 78 %token NAME 132 %type <id> ID LABEL NAME 459 dcl_item : reference NAME {expr.id=$2;} array initialize 515 name : NAME 946 | NAME
|
H A D | Oexparse.c | 100 #define NAME 284 macro 625 "ELSE","EXIT","FOR","FUNCTION","ITERATE","ID","IF","LABEL","MEMBER","NAME", 666 "dcl_item : reference NAME $$5 array initialize", 667 "name : NAME", 726 "variable : NAME",
|
/ast/src/cmd/nmake/ |
H A D | pkg-tcl.mk | 17 if L = "$(.DLL.NAME. $(A) $(V))" 18 .INSTALL.$(.LIB.NAME. $(A) $(V)) := .
|
H A D | Makerules.mk | 239 CATALOG = $(.CATALOG.NAME.) 547 .CATALOG.NAME. : .FUNCTION 563 .DLL.NAME. : .FUNCTION .PROBE.INIT 577 .LIB.NAME. : .FUNCTION .PROBE.INIT 1869 R += $(*.INSTALL:N=*/$(.DLL.NAME. $(L))*) 1878 if !.DLL.TOP. && ! .DLL.LIST. && ! "$(-mam:N=static*,port*)" && ! "$(.SHARED.ON.)" && ! "$(PWD:B:N=cc-*)" && ( L = "$(.DLL.NAME. $(B))" ) 2148 L := $(.LIB.NAME. $(P)$(B) $(V)) 2157 X := $(.DLL.NAME. $(B) $(V):B:C%\..*%%) 2160 $(.DLL.NAME. $(B) $(V)) : .CC.DLL.DIR.INIT 2168 if CC.SHARED.NAME [all...] |
/ast/src/lib/libz/ |
H A D | inflate.h | 27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon450 60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 61 NAME -> COMMENT -> HCRC -> TYPE
|
H A D | inflate.c | 701 state->mode = NAME; 702 case NAME:
|
/ast/src/cmd/html/ |
H A D | bb2tok.c | 29 "[+NAME?bb2tok - convert bb html to tokens]" 47 #define NAME 1 macro 66 "name", "name", NAME, 0, 105 if (head->lex == LINK && state->prev->lex == NAME && state->push) 125 case NAME:
|
H A D | mm2html.sh | 30 # .xx meta.NAME="CONTENT" <meta name="NAME" content="CONTENT"> 54 [+NAME?mm2html - convert mm/man/mandoc subset to html] 1620 [[ $op == .SH && $* == NAME ]] && print -nr "<!--MAN-INDEX-->"
|
H A D | troff2html.c | 35 "[+NAME?troff2html - convert troff/groff input to html]" 4756 "BACKGROUND", "HREF", "HREF", "ID", "NAME", "SIZE", "SRC",
|
/ast/src/cmd/tw/ |
H A D | find.c | 52 "[+NAME?find - find files]" 129 NAME, USER, GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, enumerator in enum:Command 369 "name", NAME, Str, 0, "pattern", 0, 1270 state->sortkey = NAME; 1274 state->sortkey = NAME; 1547 case NAME: 1695 state->sortkey = NAME; 1697 case NAME:
|
/ast/lib/package/ |
H A D | package.mk | 28 * NAME [ name=value ] :PACKAGE: component ... 638 package authorize "NAME" password "PASSWORD" setup flat source $("\\") 643 and export /opt/$(org)/bin in PATH to use. The NAME and PASSWORD signify your 644 agreement to the software license(s). All users get the same NAME and PASSWORD.
|
/ast/src/cmd/INIT/ |
H A D | package.mk | 28 * NAME [ name=value ] :PACKAGE: component ... 638 package authorize "NAME" password "PASSWORD" setup flat source $("\\") 643 and export /opt/$(org)/bin in PATH to use. The NAME and PASSWORD signify your 644 agreement to the software license(s). All users get the same NAME and PASSWORD.
|
H A D | ratz.c | 22 "[+NAME?ratz - read a tar gzip archive]" 1588 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon32 1621 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 1622 NAME -> COMMENT -> HCRC -> TYPE 2920 state->mode = NAME; 2921 case NAME:
|
H A D | package.sh | 102 [+NAME?package - source and binary package control] 735 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\ 738 ${bI}NAME${eI}/${bI}PASSWORD${eI} details.) This downloads the closure of the latest 744 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\ 894 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\ 897 ${bI}NAME${eI}/${bI}PASSWORD${eI} details.) This downloads the closure of the latest 903 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\ 969 authorize NAME Remote authorization name or license acceptance phrase. 1025 NAME=VALUE attributes. Should at least contain 1039 List NAME [all...] |
/ast/src/cmd/at/ |
H A D | atd.c | 57 #define NAME 22 macro 110 char name[NAME];
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 82 #define NAME 11 macro
|