Home
last modified time | relevance | path

Searched refs:wordlist (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr175 \ BRAND-WORDLIST is a helper for ficl-named-wordlist. Usage idiom:
176 \ wordlist dup create , brand-wordlist
178 : brand-wordlist ( wid -- ) last-word >name drop wid-set-name ;
180 : ficl-named-wordlist \ ( hash-size name -- ) run: ( -- wid )
181 ficl-wordlist dup create , brand-wordlist does> @ ;
183 : wordlist ( -- )
184 1 ficl-wordlist ;
186 \ FICL-SET-CURRENT sets the compile wordlist and pushes the previous value
196 ficl-named-wordlist do-vocabulary ;
212 1 ficl-named-wordlist hidden
[all …]
H A Dficlclass.fr39 \ get-current c-wordlist --> ref current
44 object subclass c-wordlist
45 c-wordlist ref: .parent
51 --> get-name ." ficl wordlist " type cr ;
67 \ : named-wid wordlist postpone c-wordlist metaclass => ref ;
H A Doo.fr40 \ cell 1: wordlist ID
101 search-wordlist
172 1 ficl-named-wordlist instance-vars
353 wordlist
367 metaclass drop cell+ @ brand-wordlist
498 \ and sets the compilation wordlist to be the private wordlist of the
503 wordlist
508 wid brand-wordlist \ label the subclass wordlist
586 wordlist
598 object drop cell+ @ brand-wordlist
[all …]
H A Dprefix.fr6 \ wordlist. start-prefixes and end-prefixes handle the bookkeeping
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c141 struct wordlist **paddrs,
218 struct wordlist **, struct wordlist **,
223 static void set_allowed_addrs __P((int, struct wordlist *, struct wordlist *));
382 struct wordlist *wp;
384 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l + 1);
1516 struct wordlist *addrs;
1561 struct wordlist *addrs;
1672 struct wordlist *opts;
2046 ap = (struct wordlist *) malloc(sizeof(struct wordlist));
2103 struct wordlist *wp; in free_wordlist()
[all …]
H A Dpppd.h184 struct wordlist { struct
185 struct wordlist *next; argument
662 extern int options_from_list __P((struct wordlist *, bool privileged));
691 struct wordlist **paddrs, struct wordlist **popts));
H A Doptions.c617 (struct wordlist *w, bool priv) in options_from_list()
620 struct wordlist *w; in options_from_list()
639 struct wordlist *w0 = w;
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr45 { get-order -> forth-wordlist 1 }
46 { only definitions get-order -> forth-wordlist 1 }