Lines Matching refs:kernels
68 \ Parsing of kernels into menu-items
80 \ Containers for parsing kernels into menu-items
283 \ This function parses $kernels into variables that are used by the menu to
288 : parse-kernels ( N -- ) \ kernidx
292 \ Attempt to get a list of kernels, fall back to sensible default
293 s" kernels" getenv dup -1 = if
310 else \ We haven't yet parsed $kernels into $kernel[N]
321 \ Clear out existing parsed-kernels
353 \ No entries in $kernels; use $kernel instead
359 \ We're still within $kernels parsing toward the end;
421 \ This function goes through the kernels that were discovered by the
422 \ parse-kernels function [above], adding " (# of #)" text to the end of each
425 : tag-kernels ( -- )
428 kernmenuidx @ -rot 7 +c! \ Replace 'Z' with number of kernels parsed
543 \ Initialize kernel captions after parsing $kernels
549 dup parse-kernels tag-kernels