Lines Matching refs:kernels
69 \ Parsing of kernels into menu-items
81 \ Containers for parsing kernels into menu-items
284 \ This function parses $kernels into variables that are used by the menu to
289 : parse-kernels ( N -- ) \ kernidx
293 \ Attempt to get a list of kernels, fall back to sensible default
294 s" kernels" getenv dup -1 = if
311 else \ We haven't yet parsed $kernels into $kernel[N]
322 \ Clear out existing parsed-kernels
354 \ No entries in $kernels; use $kernel instead
360 \ We're still within $kernels parsing toward the end;
422 \ This function goes through the kernels that were discovered by the
423 \ parse-kernels function [above], adding " (# of #)" text to the end of each
426 : tag-kernels ( -- )
429 kernmenuidx @ -rot 7 +c! \ Replace 'Z' with number of kernels parsed
544 \ Initialize kernel captions after parsing $kernels
550 dup parse-kernels tag-kernels