HomeSort by: relevance | last modified time | path
    Searched defs:python (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/pci/
pchb.c 241 volatile unsigned char *python; local
264 python = mapiodev(0xfeff6000, 0x60, false);
266 out32rb(python+0x30, v);
267 v = in32rb(python+0x30);
268 aprint_debug("Reset python reg 30 to 0x%x\n", v);
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 2714 ((string-equal mode-name "Python")
2715 '(po-find-python-string . po-mark-python-string))
2977 ;;; Python mode specifics.
2979 (defun po-find-python-string (keywords)
2980 "Find the next Python string, excluding those marked by any of KEYWORDS.
2992 (po-skip-over-python-string))
2995 (po-skip-over-python-string))
3001 contents (po-skip-over-python-string)
3023 (defun po-skip-over-python-string (
    [all...]

Completed in 40 milliseconds