Home
last modified time | relevance | path

Searched defs:dflt (Results 1 – 6 of 6) sorted by relevance

/plan9-contrib/sys/src/cmd/spin/
H A Dtl_rewrt.c195 { Node *m, *p, *k1, *k2, *prev, *dflt = ZN; in Canonical() local
/plan9-contrib/sys/src/cmd/aux/
H A Dportmap.c159 char *dflt[] = { "dump", }; in threadmain() local
H A Dnfsmount.c262 char *dflt[] = { "export", }; in threadmain() local
/plan9-contrib/sys/src/libhtml/
H A Dbuild.c2336 top(Stack* stk, int dflt) in top()
2345 popretnewtop(Stack* stk, int dflt) in popretnewtop()
2726 astrval(Token* tok, int attid, Rune* dflt) in astrval()
2739 aintval(Token* tok, int attid, int dflt) in aintval()
2751 auintval(Token* tok, int attid, int dflt) in auintval()
2784 atabval(Token* tok, int attid, StringInt* tab, int ntab, int dflt) in atabval()
2802 acolorval(Token* tok, int attid, int dflt) in acolorval()
2815 atargval(Token* tok, int dflt) in atargval()
2830 listtyval(Token* tok, int dflt) in listtyval()
2880 aurlval(Token* tok, int attid, Rune* dflt, Rune* base) in aurlval()
[all …]
/plan9-contrib/sys/src/cmd/gs/src/
H A Dzrelbit.c33 #define EQ_CHECK_READ(opp, dflt)\ argument
H A Dgscrdp.c293 gs_vector3 * pvec, const gs_vector3 * dflt) in read_vector3()