Searched refs:canon (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/include/
H A Dccode.h45 const char* canon; /* canonical name format */ member in struct:Ccmap_s
/ast/src/lib/libjcl/
H A Djcllib.h139 int canon; \
H A Dparse.c133 if (!jcl->canon && (n = sfvalue(jcl->sp)) > 1)
601 m = sfvalue(jcl->sp) > CARD && !isspace(s[CARD-1]) && !jcl->canon;
2213 jcl->canon++;
2215 jcl->canon--;
/ast/src/cmd/INIT/
H A Dpackage.sh228 [+canon \aname\a?An external host type name to be
1046 host [ canon cpu name rating type ... ]
1051 canon The next argument is a host type name to be
1631 canon=
1634 do case $canon in
1635 -) canon=$info
1641 canon) canon=-
1654 case $canon in
1655 -) echo "$command: $action: canon
[all...]
/ast/src/cmd/nmake/
H A Dexpand.c515 pos += canon(x) - x;
536 pos += canon(x) - x;
568 canon(s);
598 canon(s);
1741 pos += canon(s) - s;
1767 pos += canon(s) - s;
H A Dbind.c362 s = canon(r->name) - 1;
935 canon(s);
1214 canon(s);
1361 canon(s);
1390 canon(s);
H A Dmake.h82 #define canon(x) ((state.context&&iscontextp(x,&state.tmppchar))?state.tmppchar:(state.mam.statix?mamcanon(x):pathcanon(x,0,0))) macro
H A Dobject.c113 #undef canon macro
/ast/src/lib/libast/comp/
H A Diconv.c475 if (cp->canon)
485 b += sfsprintf(b, e - b, cp->canon, m);
509 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, cp->ccode, o);
521 if (error_info.trace < DEBUG_TRACE) sfprintf(sfstderr, "%s: debug-%d: AHA%d _ast_iconv_name ccode=%d canon=\"%s\"\n", error_info.id, error_info.trace, __LINE__, CC_ICONV, o);

Completed in 52 milliseconds